Length function DECLARATION: Length(S : String); PURPOSE: Returns the length of a string UNIT: System RESULT TYPE: Integer REMARKS: Where S is a string, Length will return the length, in characters, of that string.